Uses of Interface
org.eclipse.vtp.framework.spi.IProcess

Packages that use IProcess
org.eclipse.vtp.framework.engine.main   
org.eclipse.vtp.framework.engine.runtime   
org.eclipse.vtp.framework.spi   
 

Uses of IProcess in org.eclipse.vtp.framework.engine.main
 

Methods in org.eclipse.vtp.framework.engine.main that return IProcess
 IProcess ProcessEngine.createProcess(IProcessDefinition definition, IProcessDescriptor descriptor)
           
 

Uses of IProcess in org.eclipse.vtp.framework.engine.runtime
 

Classes in org.eclipse.vtp.framework.engine.runtime that implement IProcess
 class Process
          Implementation of the process scope and context.
 

Methods in org.eclipse.vtp.framework.engine.runtime that return IProcess
 IProcess Session.getProcess()
           
 

Uses of IProcess in org.eclipse.vtp.framework.spi
 

Methods in org.eclipse.vtp.framework.spi that return IProcess
 IProcess IProcessEngine.createProcess(IProcessDefinition definition, IProcessDescriptor descriptor)
          Creates a new process instance from the specified descriptor.
 IProcess ISession.getProcess()
          Returns the process that created this session.